gnomeos-run.sh: Run triggers after checkout
authorColin Walters <walters@verbum.org>
Sat, 21 Jan 2012 16:13:49 +0000 (11:13 -0500)
committerColin Walters <walters@verbum.org>
Sat, 21 Jan 2012 16:13:49 +0000 (11:13 -0500)
We need to run ldconfig etc.

gnomeos/yocto/gnomeos-run.sh

index f940f65c29a951876642a6539a2889188f113665..0977aab1e98b7792ba21c12585e2d60ba047ddda 100755 (executable)
@@ -80,6 +80,7 @@ for branch in runtime devel; do
     rev=$(ostree --repo=repo rev-parse ${BRANCH_PREFIX}${branch});
     if ! test -d ${BRANCH_PREFIX}${branch}-${rev}; then
         ostree --repo=repo checkout ${rev} ${BRANCH_PREFIX}${branch}-${rev}
+        ostbuild chroot-run-triggers ${BRANCH_PREFIX}${branch}-${rev}
     fi
     rm -f ${BRANCH_PREFIX}${branch}-current
     ln -s ${BRANCH_PREFIX}${branch}-${rev} ${BRANCH_PREFIX}${branch}-current